home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Online / CNetDemo / cnet / sdk / include / cnetmail_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-09-04  |  830 b   |  6 lines

  1. UBYTE MIMEParseBoundary  ( char *contentline, char *boundary);    // get the MIME boundary delimiter from a "Content-Type: ..." line
  2. UBYTE MIMEIsBoundary  ( char *line, char *boundary);    // check if this line is a MIME boundary line matching a boundary filled by MIMEParseBoundary()
  3. UBYTE MIMEParseContentType( char *input, char *contentres); // get the content-type if one exists in the input line and place it in contentres
  4. struct MIMEContentType *MIMEFindType( char *typestring, char *encodingstring); // Find the CNet MIMEContentType structure for the content and encoding types passed.  encodingstring may be NULL if one needs to find a base content-type match
  5. UBYTE MIMEParseName(char *line, char *name, char *base); // get the filename for this mime attachment.  base = the path to the dir where the attachment is to be stored
  6.